Don't follow symlinks in returning directory attributes of /
authorPo Lu <luangruo@yahoo.com>
Wed, 19 Jun 2024 08:41:59 +0000 (16:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 19 Jun 2024 08:41:59 +0000 (16:41 +0800)
commitdb18613c962ea4db42aa9bdd4c211f6b8312bd49
treeb7b2e47967c5a75fe33c8ecc78770c7ca0a6bad8
parent5fceb53856583384e7adeab52494d1afc6eae666
Don't follow symlinks in returning directory attributes of /

* src/androidvfs.c (struct android_vops) <stat>: New argument
for flags.
(android_unix_stat): Implement in terms of fstatat, not stat,
and provide flags to the same.
(android_afs_stat, android_content_stat, android_authority_stat)
(android_saf_root_stat, android_saf_tree_stat)
(android_saf_new_stat, android_fstatat): Adjust to match.
src/androidvfs.c